Setup-Definition Structure
Your telephone tool receives a pointer to a setup-definition structure in thepSetup
parameter of any messages sent to its setup-definition code resource. The setup-definition structure is defined by theTELSetupStruct
data type.
struct TELSetupStruct { DialogPtr theDialog; short count; Ptr theConfig; short procID; }; typedef struct TELSetupStruct TELSetupStruct; typedef TELSetupStruct *TELSetupPtr;
Field Description
theDialog
- A pointer to the dialog box in which configuration is taking place.
count
- The number of the first item in the dialog item list that you appended to your custom tool-settings dialog box.
theConfig
- A pointer to the configuration field in the telephone record for your telephone tool.
procID
- The tool ID of your telephone tool.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help